Working With QuickDraw GX Print Files
You use theGXOpenPrintFile
andGXClosePrintFile
functions to open and close print files.You use the
GXGetPrintFileJob
function to obtain the job object associated with a particular print file. This function is useful when you need to access or modify information of the job object associated with a print file.You use the
GXCountPrintFilePages
function to count the number of pages in a print file.You use the
GXReadPrintFilePage
function to retrieve a page or page format for a print file.You use the
GXReplacePrintFilePage
function to replace a page or page format from a print file. To insert a new page in a print file, you use theGXInsertPrintFilePage
function.You use the
GXDeletePrintFilePageRange
function to delete a range of pages within a specified print file.You use the
GXSavePrintFile
function to save a print file. You should save a print file object if you add, delete, or modify its pages, formats, or job object information.
Subtopics
- GXOpenPrintFile
- GXClosePrintFile
- GXGetPrintFileJob
- GXCountPrintFilePages
- GXReadPrintFilePage
- GXReplacePrintFilePage
- GXInsertPrintFilePage
- GXDeletePrintFilePageRange
- GXSavePrintFile
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help